グループ化ビュー内のグループです。
オブジェクト モデル
シンタックス
'宣言
<System.Diagnostics.DebuggerTypeProxyAttribute(C1.LiveLinq.SequenceDebugView)>
<System.Diagnostics.DebuggerDisplayAttribute("\{ Count= {Count}, Key= {Key} \}")>
<System.Reflection.DefaultMemberAttribute("Item")>
Public NotInheritable Class GroupView
(Of ,)
Inherits View(Of TElement)
Implements C1.LiveLinq.IObservableSource(Of TElement)
[System.Diagnostics.DebuggerTypeProxy(C1.LiveLinq.SequenceDebugView)]
[System.Diagnostics.DebuggerDisplay("\{ Count= {Count}, Key= {Key} \}")]
[System.Reflection.DefaultMember("Item")]
public sealed class GroupView<,> : View<TElement>, C1.LiveLinq.IObservableSource<TElement>
型パラメータ
- TKey
- グループ化に使用されるキーの型。
- TElement
- グループビュー内の要素の型。
継承階層
System.Object
C1.LiveLinq.LiveViews.View
C1.LiveLinq.LiveViews.View<T>
C1.LiveLinq.LiveViews.GroupView<TKey,TElement>
参照